Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cptbox: support subprocess.STDOUT #961

Merged
merged 2 commits into from
Oct 18, 2021

Conversation

Xyene
Copy link
Member

@Xyene Xyene commented Oct 17, 2021

@Xyene Xyene force-pushed the support-more-stream-types branch from dbd443b to 5786fce Compare October 17, 2021 23:50
@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2021

Codecov Report

Merging #961 (e335034) into master (88f2b58) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #961   +/-   ##
=======================================
  Coverage   86.42%   86.42%           
=======================================
  Files         138      138           
  Lines        4735     4737    +2     
=======================================
+ Hits         4092     4094    +2     
  Misses        643      643           
Impacted Files Coverage Δ
dmoj/cptbox/tracer.py 83.45% <100.00%> (+0.18%) ⬆️
dmoj/executors/PAS.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 88f2b58...e335034. Read the comment docs.

Ref DMOJ#958.

For some reason, fpc crashes during compile errors if this is specified,
despite never writing to stdout if it isn't.
@Xyene Xyene force-pushed the support-more-stream-types branch from 859da67 to e335034 Compare October 18, 2021 01:50
@quantum5 quantum5 merged commit 7e8da0f into DMOJ:master Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TracedPopen doesn't support files for stdout/stderr
3 participants